API NAME :- https://lms.venbainfotech.com/csr/api/getSchoolReqList
PARAMS :- {
			   "schoold_id":"",
			   "district_id":"",
			   "mat_id":"",
			   "cat_id":"",
			   "is_featured":""
		   }

headers:- Authorization  - csr_dev, Content-Type - application/json

------------------------------------------------------------------------------------------

API NAME :- https://lms.venbainfotech.com/csr/api/csrUserLogin
PARAMS :- {
  
		     "email":"rkumar@gmail.com",
			 "password":"7894561230"
          }

headers:- Authorization  - csr_dev, Content-Type - application/json
------------------------------------------------------------------------------------------

API NAME :- https://lms.venbainfotech.com/csr/api/csrUserRegistration
PARAMS :- {
			  "id":"",
			  "name":"Ram Kumar",
			  "email":"rkumar@gmail.com",
			  "mobile":"9638527410",
			  "password":"7894561230",
			  "user_type":"2",
			  "org_info":{
			    "id":"",
			    "orgname":"OLA",
			    "org_address":"QWERTY",
			    "org_pan":"785ODBJD",
			    "org_other_details":"",
			    "user_id":"",
			    "isactive":""
			  },
			  "created_by":"1",
			  "updated_by":"1"
		  }

headers:- Authorization  - csr_dev, Content-Type - application/json
--------------------------------------------------------------------------------------------